home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / CODBRK3.ZIP / cb0203.txt < prev    next >
Text File  |  1998-03-19  |  3KB  |  53 lines

  1.                                Challenge 3
  2.                                    By
  3.                                Horny Toad
  4.  
  5.  
  6.  
  7. This challenge is going to be slightly different than the challenges in the
  8. past.  This one will take some research.  A while ago, someone told me that
  9. there was a virus which hid inside of an image file and, when viewed,
  10. infected the host system.  As far as virus delivery systems go, yes, this
  11. would be nice if it was possible, but what he was actually describing to
  12. me was a virus that had been uuencoded into an image file.  Get on the net
  13. and download a copy of Wincode.  Here is an excerpt from the description of
  14. this program:
  15.  
  16. Wincode is a Windows 3.1 program which converts 8-bit BINARY (EXE, COM,GIF,
  17. etc) files to 7-bit ASCII (Text) files (and vice versa) through a process
  18. known as bit-shifting. Wincode currently supports UU/XX and Base64 (MIME
  19. 1.0 conformant) coding. This BINARY/ASCII conversion allows you to send and
  20. receive binary files via e-mail or any other ascii-based communications
  21. system. It provides a quick and easy way to distribute programs to people all
  22. over the world (it takes a few minutes, on average, for e-mail to reach across
  23. the world). UUcoding is a common practice on many Internet NewsGroups in which
  24. users wish to exchange binary data. Base64 coding is used by MIME
  25. (Multipurpose Internet Mail Extensions) conformant e-mail software as a method
  26. for attaching binary data to ascii e-mail. Both methods perform the same
  27. overall function (i.e. allow binary data to be safely transmitted through
  28. e-mail) but require different formatting algorithms. In the future, Wincode
  29. will also support BINHEX coding and *may* even handle the actual "e-mailing"
  30. of the data...
  31.  
  32. In order to apply this to a virus delivery method, you would need to attach
  33. the virus code to the end of an image file.  Then put the image+virus through
  34. Wincode and transform it to a file named tits.uue.  Upload this file to one
  35. of the sick pedophile boards on the newsgroups.  When the sick dumb bastard
  36. downloads the file and tries to double click on it to open it up, the file
  37. converts from a 7 bit to an 8 bit binary file.  If the conditions are right,
  38. both programs will launch.  In other word, the image file will open up in a
  39. graphics editor, depending on the extension, and the virus will simply
  40. execute.  It doesn't always work because the person in question might have
  41. the auto execute function turned off.  But there are plenty of people that
  42. you can catch out there.  Beware that there are several AVer's who only job
  43. in life is to scan the groups looking for these types of virii.  The cool
  44. thing is that there really isn't much written about this technique, so you
  45. can be proud when you have developed one successfully and nuked some shit
  46. head child molester.
  47. Good Luck!
  48.  
  49.  
  50. As always in the past challenges, continue to develop your simple virii
  51. into formidable creations.  Armed with the knowledge from the tutorial,
  52. get to work at creating residency routines for your old COM appending virii.
  53.